[PATCH] Allow the kernel to start earlier than VM_MAX_ADDRESS
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 26 Aug 2022 21:32:46 +0000 (22:32 +0100)
committerAurelien Jarno <aurel32@debian.org>
Fri, 26 Aug 2022 21:32:46 +0000 (22:32 +0100)
commit4cd2177bc340097ed47252ea5b06876879cb4d2d
tree5191cac18de9f92428e37c446ac7e4bb3080cf9f
parent2a81d2dbdde259a470058ea643e22b80e143182e
[PATCH] Allow the kernel to start earlier than VM_MAX_ADDRESS

VM_MAX_ADDRESS shouldn't be hardcoded in libc, the kernel should be able to
decide about it dynamically. This fixes glibc into supporting that. It's however
a bit hackish.

This kludge will however go out once we have a recent enough gnumach,
anyway.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name tg-bigmem.diff
sysdeps/mach/hurd/dl-sysdep.c